[INFO] cloning repository https://github.com/km-clay/shed
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/km-clay/shed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkm-clay%2Fshed", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkm-clay%2Fshed'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fec6172b05d719803b2fba7b8b9264af1b6443e4
[INFO] testing km-clay/shed against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkm-clay%2Fshed" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/km-clay/shed
[INFO] finished tweaking git repo https://github.com/km-clay/shed
[INFO] tweaked toml for git repo https://github.com/km-clay/shed written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/km-clay/shed on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/km-clay/shed already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8460a69f5fa0a2d0258c177512d4e919e2ad50b90f72701ef4714b53a4af3ec9
[INFO] running `Command { std: "docker" "start" "-a" "8460a69f5fa0a2d0258c177512d4e919e2ad50b90f72701ef4714b53a4af3ec9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8460a69f5fa0a2d0258c177512d4e919e2ad50b90f72701ef4714b53a4af3ec9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8460a69f5fa0a2d0258c177512d4e919e2ad50b90f72701ef4714b53a4af3ec9", kill_on_drop: false }`
[INFO] [stdout] 8460a69f5fa0a2d0258c177512d4e919e2ad50b90f72701ef4714b53a4af3ec9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13a1d4466718723987d462cace96b3946ab01550f9ddc99ca664360ed1a76482
[INFO] running `Command { std: "docker" "start" "-a" "13a1d4466718723987d462cace96b3946ab01550f9ddc99ca664360ed1a76482", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling shed v0.29.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling scanlex v0.1.4
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling vte v0.15.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling ariadne v0.6.0
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling chrono-english v0.1.8
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling shed_macros v0.1.0 (/opt/rustwide/workdir/crates/shed_macros)
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]    Compiling fnmatch-regex v0.3.0
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stderr]    Compiling rusqlite v0.39.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] running `Command { std: "docker" "inspect" "13a1d4466718723987d462cace96b3946ab01550f9ddc99ca664360ed1a76482", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13a1d4466718723987d462cace96b3946ab01550f9ddc99ca664360ed1a76482", kill_on_drop: false }`
[INFO] [stdout] 13a1d4466718723987d462cace96b3946ab01550f9ddc99ca664360ed1a76482
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 316a79f0452bcf951dbecfc4154a933aabc7dc3b3cd6169c3c66c7d4a8e914ad
[INFO] running `Command { std: "docker" "start" "-a" "316a79f0452bcf951dbecfc4154a933aabc7dc3b3cd6169c3c66c7d4a8e914ad", kill_on_drop: false }`
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling shed v0.29.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 36.65s
[INFO] running `Command { std: "docker" "inspect" "316a79f0452bcf951dbecfc4154a933aabc7dc3b3cd6169c3c66c7d4a8e914ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "316a79f0452bcf951dbecfc4154a933aabc7dc3b3cd6169c3c66c7d4a8e914ad", kill_on_drop: false }`
[INFO] [stdout] 316a79f0452bcf951dbecfc4154a933aabc7dc3b3cd6169c3c66c7d4a8e914ad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a47d1105c739362141bffa89ce8b72839fa6534abc8ef37e5620c6d8827586f9
[INFO] running `Command { std: "docker" "start" "-a" "a47d1105c739362141bffa89ce8b72839fa6534abc8ef37e5620c6d8827586f9", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/shed-9859116c866b0d24)
[INFO] [stdout] 
[INFO] [stdout] running 3237 tests
[INFO] [stderr] [38;5;249m [0m[38;5;99mc[0m[38;5;99mo[0m[38;5;99mm[0m[38;5;99mm[0m[38;5;99ma[0m[38;5;99mn[0m[38;5;99md[0m[38;5;99m=[0m[38;5;99m'[0m[38;5;99ms[0m[38;5;99mo[0m[38;5;99mm[0m[38;5;99me[0m[38;5;99mt[0m[38;5;99mh[0m[38;5;99mi[0m[38;5;99mn[0m[38;5;99mg[0m[38;5;99m'[0m
[INFO] [stderr]  [38;5;240m  │[0m       [38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m┬[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m  
[INFO] [stderr]  [38;5;240m  │[0m                [38;5;99m╰[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m[38;5;99m─[0m Cannot assign alias to reserved name '[38;5;99mcommand[0m'
[INFO] [stderr] [38;5;246m───╯[0m
[INFO] [stderr] error: test failed, to rerun pass `--bin shed`
[INFO] running `Command { std: "docker" "inspect" "a47d1105c739362141bffa89ce8b72839fa6534abc8ef37e5620c6d8827586f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a47d1105c739362141bffa89ce8b72839fa6534abc8ef37e5620c6d8827586f9", kill_on_drop: false }`
[INFO] [stdout] a47d1105c739362141bffa89ce8b72839fa6534abc8ef37e5620c6d8827586f9
